home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_507 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  239 b   |  11 lines

  1. on(press){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    set("_level40/sound/lib:sound","134");
  7.    call("_level40/sound/lib:play");
  8.    setProperty("../", _xscale, "80");
  9.    setProperty("../", _yscale, "80");
  10. }
  11.